home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000298_jimchapman@freightliner.com_Tue Sep 23 11:58:55 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  42 lines

  1. Article: 14541 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: jimchapman@freightliner.com (Jim Chapman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Maddening Problem with C-Kermit Script
  6. Date: 23 Sep 2003 08:55:46 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 24
  9. Message-ID: <b9d3cf36.0309230755.5fbff9b6@posting.google.com>
  10. NNTP-Posting-Host: 170.2.52.140
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1064332547 11510 127.0.0.1 (23 Sep 2003 15:55:47 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 23 Sep 2003 15:55:47 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14541
  17.  
  18. We've been using C-Kermit 5A(190) for years on an AIX 3.2.51 host for
  19. remote terminal access.  All this time it's worked just fine dialing
  20. and connecting.  Recently I thought I'd do some scripting and found
  21. that my scripts always failed with the error "Command file terminated
  22. by error."  After some experimenting, I discovered that it was being
  23. caused by any use of the "input" or "reinput" statements with the text
  24. parameter.  If I leave off the text parameter and include only the
  25. timeout parameter (which doesn't search for much), it works fine, but
  26. if I include the text parameter I get the error.  At first, I thought
  27. maybe this build of 5A was just broken and had gone unnoticed all this
  28. time, so I downloaded version 8.0.209 and built it without errors and
  29. after testing discovered it fails the SAME WAY when using "input" or
  30. "reinput".  I'm only trying to do a simple automated login script like
  31.  
  32. dial \m(number)
  33. if fail ...etc.
  34. output \13
  35. input 5 login:
  36. if success...etc.
  37.  
  38. If I'm overlooking something dumb, I wish somebody would be kind
  39. enough to point it out to me.  This is making me crazy...
  40.  
  41. Jim Chapman
  42.